home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / Portfolio.cpt / Home / card_6641.txt < prev    next >
Text File  |  1988-01-24  |  2KB  |  79 lines

  1. -- card: 6641 from stack: in
  2. -- bmap block id: 16629
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Help
  6.  
  7.  
  8. -- part 8 (field)
  9. -- low flags: 01
  10. -- high flags: 2000
  11. -- rect: left=115 top=32 right=321 bottom=459
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: Help
  20.  
  21.  
  22. -- part 10 (button)
  23. -- low flags: 00
  24. -- high flags: 2004
  25. -- rect: left=38 top=114 right=151 bottom=91
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 27056 / 27056
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Add...
  34. ----- HyperTalk script -----
  35. On MouseDown
  36.  
  37.   Put the Mouseloc into MyPlace
  38.   Put item 1 of myPlace + 5 into horiz
  39.   Put item 2 of myPlace - 5 into vert
  40.   Get PopUpMenu("Add HyperCard Stack...;-;Add Application...;"& "-;Add Document...;-;Add Desk Accessory...;",0, vert, horiz)
  41.   Set hilite of card button "Add..." to false
  42.   If it < "1" then
  43.     Exit mouseDown
  44.   End if
  45.   If it = "1" or it = "3" or it = "5" or it = "7" then
  46.     Beep 2
  47.     Answer "That command is not available on this card!"
  48.     Exit MouseDown
  49.   end if
  50. End MouseDown
  51.  
  52.  
  53.  
  54. -- part contents for card part 8
  55. ----- text -----
  56. POPUP MENU BUTTONS:                                           A - Z BUTTONS:
  57. To Active A Popup Menu:                                     Click on a letter to go 
  58.     Click and hold down the mouse button               directly to that card.
  59.     on one of the three buttons listed.                         
  60.     3rd button will only appear on certain cards.    HINT:
  61.                                                                            Press and hold down
  62. Selecting A Popup Menu Command:                         both the Option and
  63.     Drag the cursor to the item you wish to             command keys to help
  64.     select, then release the mouse button.                locate buttons!
  65.                                                                           
  66. REMOVE, RENAME, DELETE ICON FILE BUTTONS...
  67.     First locate the cursor ( the hand ) on top of
  68.     the button you wish to work on; then hold
  69.     down the option key.
  70.  
  71. TO MOVE ICON FILE BUTTONS...
  72.      Hold Command Key down Click and Drag button into new position.
  73.  
  74. RETURN / BACK UP BUTTON:
  75. Clicking this button will return us to the card that we just left & beyond.
  76.  
  77. ARROW BUTTONS:
  78. Left arrow for the previous card, right arrow for next card.
  79.